@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,600,300,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.progress-info,
.post-navigation,
.latest-posts .post,
.clearfix,
.fixed-header {
	*zoom: 1;
}

.progress-info:before,
.post-navigation:before,
.latest-posts .post:before,
.progress-info:after,
.post-navigation:after,
.latest-posts .post:after,
.clearfix:before,
.fixed-header:before,
.clearfix:after,
.fixed-header:after {
	content: " ";
	display: table;
}

.progress-info:after,
.post-navigation:after,
.latest-posts .post:after,
.clearfix:after,
.fixed-header:after {
	clear: both;
}

html {
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	font-family: "Open Sans", sans-serif;
	color: #444;
	font-size: 13px;
	line-height: 1.75;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
}

a {
	color: #eb7a5c;
	text-decoration: none !important;
}

a:hover {
	color: #e5552f;
}

::selection {
	background: #eb7a5c;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #eb7a5c;
	color: #fff;
	text-shadow: none;
}

::-webkit-selection {
	background: #eb7a5c;
	color: #fff;
	text-shadow: none;
}

img::selection {
	background-color: transparent;
}

img::-moz-selection {
	background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: normal;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 2px;
	font-weight: 300;
	text-transform: initial;
}

h1 {
	font-size: 36px;
	font-weight: 100;
}

h2 {
	font-size: 30px;
	font-weight: 100;
}

h3 {
	font-size: 24px;
	font-weight: 100;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

h3.heading {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

p {
	margin-bottom: 30px;
}

p:last-child {
	margin-bottom: 0;
}

p.intro {
	font-size: 18px;
}

strong {
	font-weight: 700;
}

.fullscreenbanner ul li {
	position: relative;
}

.fullscreenbanner ul li:before {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.t-btn {
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 12px 20px;
	font-size: 12px;
	border-radius: 0;
	border: none;
	outline: none;
	display: inline-block;
}

.t-btn-default {
	background: #000;
	color: #fff;
}

.t-btn-default:hover,
.t-btn-default:focus {
	color: #fff;
	background: rgba(0, 0, 0, 0.9);
}

.t-btn-primary {
	background: #54aeec;
	color: #fff;
}

.t-btn {
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 12px 20px;
	font-size: 12px;
	border-radius: 0;
	border: none;
	outline: none;
	display: inline-block;
}

.t-btn-primary:hover {
	color: #fff;
	background: #54aeec;
}

.t-btn-light {
	background: #f3f3f3;
	color: #000;
}

.t-btn-light:hover {
	color: #000;
}

.t-btn-outline {
	background-color: transparent;
	-moz-box-shadow: 0 0 2px #fff;
	-webkit-box-shadow: 0 0 2px #fff;
	box-shadow: 0 0 2px #fff;
}

.t-btn-rounded {
	border-radius: 21px;
}

.frame-1 {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
}

.frame-1 {
	text-shadow: 2px 2px 3px #999;
	text-transform: uppercase;
	color: #0a74bd;
}

.form-group input,
.form-group textarea,
.form-group select,
.form-group option {
	width: 100%;
}

.form-group input[type="submit"] {
	width: auto;
}

.err_msg {
	color: red;
	font-size: 13px;
	display: none;
	text-align: center;
}

.btn-primary {
	color: #fff;
	background-color: #54aeec;
	margin-top: 10px;
}

.btn-demo {
	color: #fff;
	margin-top: 10px;
	text-align: center;
	margin: 20px auto;
	display: block;
	width: 150px;
	background-color: #da251c !important;
	border-color: #da251c !important;
}

.footer_para {
	margin: 0px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="url"],
input[type="tel"],
textarea {
	max-width: 100%;
	color: #444;
	padding: 10px;
	margin-bottom: 18px;
	outline: 0;
	border: 1px solid #fff !important;
	border-bottom: 1px solid #54aeec !important;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #444;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #444;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #444;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #444;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border-color: #aaaaaa;
}

input[type="text"]:focus {
	border-bottom: 2px solid rgb(63, 81, 181) !important;
}

ul {
	margin: 20px 0;
	list-style: square;
	list-style-position: inside;
}

ul li {
	padding: 5px 0;
}

ul li ul {
	padding-left: 30px;
}

ul.border-list {
	list-style: none;
}

ul.border-list li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

ul a {
	color: #000;
}

ul a:hover {
	color: #eb7a5c;
}

ol {
	margin: 20px 0;
	list-style: decimal;
	list-style-position: inside;
}

ol li {
	padding: 5px 0;
}

ol li ol {
	margin: 0;
	padding-left: 30px;
}

pre {
	display: block;
	line-height: 1.75em;
	padding: 30px 30px 10px 30px;
	overflow-x: auto;
	color: #a2a2a2;
	background: #f3f3f3;
	border-radius: 0;
}

blockquote {
	font-family: "Roboto Slab", serif;
	padding: 10px 15px 10px 30px;
	font-size: 18px;
	color: #484343;
	border-left: 4px solid #ddd;
	font-weight: 400;
	font-style: italic;
}

blockquote a {
	color: #a2a2a2 !important;
}

table {
	margin: 0 0 30px 0;
	width: 100%;
	border: 1px solid #ddd;
}

table tbody tr {
	border: 1px solid #ddd;
	border-left: 0;
	border-right: 0;
}

table th {
	color: #000;
	padding: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-left: 1px solid #ddd;
}

table td {
	padding: 15px;
	border-left: 1px solid #ddd;
}

.pagination > li > a,
.pagination > li > span {
	color: #444;
	padding: 10px 15px;
	margin-right: 4px;
	border-color: #ddd;
	-moz-transition: all, 0.2s;
	-o-transition: all, 0.2s;
	-webkit-transition: all, 0.2s;
	transition: all, 0.2s;
}

.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #444;
	background: inherit;
	border-color: #ddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
	background: inherit;
	border-color: #eb7a5c;
	color: #eb7a5c;
}

.pagination > li:first-child a,
.pagination > li:first-child span {
	border-radius: 0;
}

.pagination > li:last-child a,
.pagination > li:last-child span {
	border-radius: 0;
}

.pagination > li.active a,
.pagination > li.active span {
	background: inherit;
	border-color: #eb7a5c;
	color: #eb7a5c;
}

.pagination > li.active a:hover,
.pagination > li.active a:focus,
.pagination > li.active span:hover,
.pagination > li.active span:focus {
	background: inherit;
	border-color: #eb7a5c;
	color: #eb7a5c;
}

.drop-cap {
	display: block;
	float: left;
	text-align: center;
	margin: 5px 10px 8px 0;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.call-to-action {
	padding: 50px 0 !important;
}

.call-to-action .banner {
	text-align: center;
	padding: 0 30px;
}

.call-to-action .banner .banner-heading {
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	color: #fff;
	margin: 20px 0;
	margin-top: 0;
}

.call-to-action .banner .banner-description {
	color: #fff;
	margin: 20px 0;
	font-size: 16px;
}

.call-to-action .banner .banner-button {
	margin-top: 40px;
}

.s-icon img,
.center-img {
	margin: 0 auto;
}

.lamp {
	height: 210px;
}

.progress {
	background: rgba(0, 0, 0, 0.1);
	box-shadow: none;
	border-radius: 0;
	height: 3px;
}

.progress-bar {
	background: #eb7a5c;
	box-shadow: none;
}

.progress-info {
	margin-bottom: 5px;
}

.skill {
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.skill-value {
	float: right;
	font-size: 12px;
}

.fact-item .count-icon {
	display: inline-block;
	margin: 8px;
	font-size: 20px;
}

.fact-item .count-focus {
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	display: inline-block;
	margin: 8px;
}

.fact-item .fact-role {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	display: block;
}

.white {
	color: #fff !important;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.m0 {
	margin: 0;
}

.mt-0 {
	margin-top: 0;
}

.mt-1 {
	margin-top: 20px;
}

.mt-2 {
	margin-top: 30px;
}

.mt-3 {
	margin-top: 40px;
}

.mt-4 {
	margin-top: 60px;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-half {
	margin-bottom: 10px;
}

.mb-1 {
	margin-bottom: 20px;
}

.mb-2 {
	margin-bottom: 30px;
}

.mb-3 {
	margin-bottom: 40px;
}

.mb-4 {
	margin-bottom: 50px;
}

.icon-left {
	margin-right: 10px;
}

.icon-right {
	margin-left: 10px;
}

/* Header
-------------------------------------------------------------- */
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.sb-slidebar {
	z-index: 99999 !important;
}

.fixed-header {
	padding: 25px 0;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
	.fixed-header {
		padding: 0;
	}

	.introduct {
		padding: 0 15px 0 15px;
	}

	.width_20 {
		width: 100% !important;
	}

	.lamp {
		margin-bottom: 0 !important;
		height: initial;
	}
}

/*  @media (min-width:640px){
	.portfolio-box1{
	  width: 100%;
	}
  }*/
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px !important;
	}
}

.modal-content {
	background-color: rgba(255, 255, 255, 0.3);
}

.modal-title {
	margin: 0;
	line-height: 0.428571;
	font-weight: 500;
}

.register-box {
	background: #fff;
	color: #666;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	margin: 10px;
	border: 1px solid #ccc;
	padding: 20px 10px 20px;
	text-align: center;
	font-family: "GothamLight";
	font-size: 16px;
	/*max-height: 410px;*/
	overflow: hidden;
}

.form-control {
	-webkit-box-shadow: inset 0 1px 1px #fff !important;
	box-shadow: inset 0 1px 1px #fff !important;
}

.login-close {
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
}

.form-group {
	margin-bottom: 0px;
}

.scrolled-header,
.inner-pages .fixed-header {
	padding: 0;
	background: #fff;
	-moz-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.08);
	box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.08);
}

.scrolled-header .logo .site-brand,
.inner-pages .fixed-header .logo .site-brand {
	color: #000;
}

.scrolled-header .main-menu > li > a,
.inner-pages .fixed-header .main-menu > li > a {
	color: #000;
}

.scrolled-header .main-menu > li > a.active,
.inner-pages .fixed-header .main-menu > li > a.active {
	color: #da251c;
}

.scrolled-header .sb-toggle-left i,
.scrolled-header .sb-toggle-right i,
.inner-pages .fixed-header .sb-toggle-left i,
.inner-pages .fixed-header .sb-toggle-right i {
	color: #000;
}

/*  .caret{
  border-right: .05em solid;
  animation: caret 1s steps(1) infinite;
}*/

@keyframes caret {
	50% {
		border-color: transparent;
	}
}

.reason {
	font-size: 15px;
	margin-bottom: 17px;
}

.mascot-img {
	width: 180px;
	margin: 0 auto;
}

.menu_active a {
	color: red !important;
}

.logo {
	float: left;
	margin: 23px 0 0;
	width: 150px;
}

.logo .site-brand {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 3px;
}

.logo .site-brand img {
	width: 100%;
}

.header-space {
	display: block;
	width: 100%;
}

.page-intro {
	position: relative;
}

.fixed-btn-section {
	position: absolute;
	color: #fff;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 100%;
	text-align: center;
	z-index: 9999;
	bottom: 40%;
	font-weight: 600;
}

.fixed-btn-section a {
	display: inline-block;
	margin-right: 10px;
}

/* Navigation
-------------------------------------------------------------- */
nav.site-nav {
	float: right;
}

ul.main-menu {
	margin: 0;
	list-style: none;
}

ul.main-menu > li {
	position: relative;
	display: inline-block;
	padding: 15px;
}

ul.main-menu > li a {
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 2px;
	display: inline-block;
	color: #fff;
	padding: 10px 0;
}

ul.main-menu > li a i {
	margin-left: 4px;
}

ul.main-menu > li ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 90%;
	left: 0;
	width: 230px;
	background: #fff;
	padding: 10px;
	visibility: hidden;
	opacity: 0;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-moz-transition: all, 250ms;
	-o-transition: all, 250ms;
	-webkit-transition: all, 250ms;
	transition: all, 250ms;
	-moz-transform: translate3d(0, 20px, 0);
	-ms-transform: translate3d(0, 20px, 0);
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

ul.main-menu > li ul a {
	color: #000;
	text-transform: capitalize;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0.5px;
	padding: 6px 15px;
	display: block;
}

ul.main-menu > li ul a:hover {
	color: #eb7a5c;
}

ul.main-menu > li ul a i {
	padding-top: 4px;
	float: right;
}

ul.main-menu > li ul > li {
	position: relative;
	padding: 0;
}

ul.main-menu > li ul > li > ul {
	position: absolute;
	left: 100%;
	top: 0;
}

ul.main-menu li:hover > ul {
	visibility: visible;
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

ul.main-menu > li.unique-btn,
.slidebar-menu li.unique-btn {
	background: #edcd94;
}

.sb-toggle-left,
.sb-toggle-right {
	padding: 15px 0;
}

.sb-toggle-left i,
.sb-toggle-right i {
	font-size: 18px;
	padding: 12px 0;
	cursor: pointer;
	color: #fff;
}

.slidebar-menu ul {
	margin: 0;
	list-style: none;
}

.slidebar-menu li {
	border-bottom: 1px solid #333333;
	padding: 0;
}

.slidebar-menu li ul {
	padding: 0;
}

.slidebar-menu li ul a {
	padding-left: 30px;
	font-size: 11px;
}

.slidebar-menu li ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.slidebar-menu li ul ul a {
	padding-left: 45px;
}

.slidebar-menu a {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	font-size: 12px;
	padding: 12px 15px;
	display: block;
}

.slidebar-menu .sub-menu {
	display: none;
	border-top: 1px solid #333333;
}

.slidebar-menu .sub-menu.open {
	display: block;
}

.slidebar-menu .has-submenu {
	position: relative;
	width: 100%;
}

.slidebar-menu .has-submenu i {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	background: rgba(0, 0, 0, 0.2);
	border-left: 1px solid #333333;
	text-align: center;
	line-height: 45px;
}

/* Main Content
-------------------------------------------------------------- */
.loader-wrap {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}

.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	border-top: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	border-left: 2px solid #da251c;
	border-radius: 50%;
	-moz-animation: spinner-anim 700ms infinite linear;
	-webkit-animation: spinner-anim 700ms infinite linear;
	animation: spinner-anim 700ms infinite linear;
}

@-moz-keyframes spinner-anim {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spinner-anim {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-anim {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.animated {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.slider-caption {
	text-align: center;
}

.slider-caption h1 {
	font-size: 55px;
	font-weight: 100 !important;
	letter-spacing: 6px;
	color: #fff;
	margin-bottom: 20px !important;
}

.slider-caption span.caption-desc {
	font-size: 16px;
	color: #cccccc !important;
	display: block;
	margin-bottom: 30px !important;
}

.slider-caption .caption-btns {
	margin-top: 40px;
}

.slider-caption .caption-btns a {
	color: #fff !important;
	margin: 10px;
}

.slider-caption .caption-btns a.t-btn-light {
	color: #000 !important;
}

.page-top h2.title {
	font-size: 32px;
	font-weight: 100;
	color: #fff;
	letter-spacing: 5px;
	margin-bottom: 20px;
}

.page-top p.subtitle {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #e6e6e6;
}

.home-widget,
.page-section {
	padding: 80px 0;
}

.home-widget.section-grey,
.page-section.section-grey {
	background: #f3f3f3;
}

.home-widget.dark-section,
.page-section.dark-section {
	background: #000;
}

.home-widget.accent-section,
.page-section.accent-section {
	background: #54aeec;
}

.home-widget.parallax-section,
.page-section.parallax-section {
	padding: 0;
	background: #000;
	color: #fff;
	overflow: hidden;
}

.home-widget.parallax-section .parallax-bg,
.page-section.parallax-section .parallax-bg {
	padding: 40px 0;
}

.home-widget.no-space,
.page-section.no-space {
	padding: 0;
}

.parallax-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#slide-1 .parallax-bg {
	background-image: url("assets/img/parallax1.jpg");
}

#slide-2 .parallax-bg {
	background-image: url("assets/img/parallax2.jpg");
}

#fun-fact .parallax-bg {
	background-image: url("assets/img/parallax1.jpg");
}

#testimonials .parallax-bg {
	background-image: url("assets/img/parallax2.jpg");
}

#portfolio-single .parallax-bg {
	background-image: url("assets/img/parallax3.jpg");
}

#shortcodes .parallax-bg {
	background-image: url("assets/img/parallax4.jpg");
}

#blog .parallax-bg {
	background-image: url("assets/img/parallax5.jpg");
}

#page-sample .parallax-bg {
	background-image: url("assets/img/parallax6.jpg");
}

.widget-title {
	text-align: center;
	margin-bottom: 30px;
}

.widget-title h2 {
	font-size: 28px;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 3px;
	font-weight: 300;
	display: inline-block;
}

.widget-title h2:after {
	content: "";
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70px;
	height: 1px;
	background: #da251c;
	margin-top: 5px;
}

#about .widget-title h2 {
	text-transform: initial;
}

.risk_points {
	padding: 0 25px;
	margin: 0 auto;
	text-align: center;
}

.risk_points p {
	font-size: 15px;
	margin-bottom: 17px;
	text-align: justify;
}

.introduct p {
	text-align: justify;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

.width_20 {
	width: 20%;
}

.parallax-section .widget-title h2 {
	color: #fff;
	border-color: #b7b7b7;
}

.footer-widgets .widget-title {
	text-align: left;
	margin: 40px 0;
}

.footer-widgets .widget-title h2 {
	font-size: 24px;
	color: #fff;
	border-color: #6a6a6a;
}

.footer-widgets .widget-title h2:after {
	margin-left: 0;
	margin-right: 0;
}

.seperator {
	margin: 15px 0;
	border-bottom: 1px solid #ddd;
}

.go-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
}

.go-top a {
	display: block;
	color: #fff;
}

/* register form css --harshali*/
/*.register-form{
	border: 1px solid #ccc;
	width: 445px;
	height: 560px;
	left: 50%;
	transform: translate(-50%,-15%);
	position: fixed;
	z-index: 9999;
	top: 0px;
	box-shadow: 1px 1px 1px #ddd;
	margin: 0 auto;
	text-align: center;
	background: #f0eef1;
	display: none;
}*/
/*.animate1 {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
}*/

/*@keyframes animatezoom {
	from {transform: scale(0)}
	to {transform: scale(1);}
}*/

/*.form-content{margin-top:16px;}
input[type=text],input[type=password]{
	  border-radius: 0 0 5px 0px;
	  border:none;
	  display:block;
	  margin:15px auto;
	  border-bottom:1px solid #714c75;
	  padding: 5px 30px 4px 5px;
	  width: 75%;
}
.border1,.border2,.border3,.border4,.border5,.border6,.border7,.border8,.border9,.border10{
  display: block;
  position: absolute;
  height: 3px;
  width: 75%;
  margin: 0 auto;
  left: 12.5%;
  background: #714c75;
  transform: scaleX(0);
  transition: transform 0.5s;
  transform-origin:  50% 0;
 }
.top1{ top: 18%;}.top2{ top: 26%;}.top3{ top: 34%;}.top4{ top: 43%;}.top5{ top: 51%;}
.top6{ top: 60%;}.top7{ top: 68%;}.top8{ top:77%;}.top9{ top: 85%;}.top10{ top: 93%;}
.field1:focus ~ .border1,.field2:focus ~ .border2,.field3:focus ~ .border3,.field4:focus ~ .border4,.field5:focus ~ .border5,.field6:focus ~ .border6,.field7:focus ~ .border7,.field8:focus ~ .border8,.field9:focus ~ .border9,.field10:focus ~ .border10{
  transform: scaleX(1);
}
.field{position: relative;}

.field1+img{top: 66px;} .field2+img{top: 112px; } .field3+img{top: 159px; } .field4+img{top: 206px; }.field5+img{top: 253px; }.field6+img{top: 300px; }.field7+img{top: 347px; }.field8+img{top: 394px; }.field9+img{top: 441px; }.field10+img{top: 489px; }*/

button {
	text-align: center;
	padding: 8px 13px;
	margin: -5px 5px;
	color: #fff;
	border-radius: 5px;
	border: none;
	width: 38%;
}

.closebtn {
	position: absolute;
	right: 10px;
	text-decoration: none;
	font-size: 33px;
	top: 0px;
	color: #000;
}

.show {
	display: block;
}

.login {
	background: #714c75;
}

.register {
	background: #a368a8;
}

p {
	color: #676262;
	cursor: inherit;
}

.img_icon {
	position: absolute;
	right: 55px;
	background: #714c75;
	padding: 10px;
	border-radius: 0px 5px 5px 0px;
}

.service-post {
	min-height: 502px;
	padding: 20px;
}

.service-post:hover {
	box-shadow: 0px 0px 5px #949292;
}

/* Footer
-------------------------------------------------------------- */
footer.site-footer {
	background: #000;
	color: #fff;
}

footer.site-footer .footer-widgets .widget {
	padding: 30px 0;
}

footer.site-footer .footer-bottom {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #1f1f1f;
}

footer.site-footer .social-icons a {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 5px;
	border-radius: 3px;
}

footer.site-footer .contact-form input[type="text"],
footer.site-footer .contact-form input[type="email"],
footer.site-footer .contact-form textarea {
	background: rgba(255, 255, 255, 0.1);
	border: 0;
	color: #cccccc;
}

footer.site-footer .contact-form input[type="text"]:-moz-placeholder,
footer.site-footer .contact-form input[type="email"]:-moz-placeholder,
footer.site-footer .contact-form textarea:-moz-placeholder {
	color: #cccccc;
}

footer.site-footer .contact-form input[type="text"]::-moz-placeholder,
footer.site-footer .contact-form input[type="email"]::-moz-placeholder,
footer.site-footer .contact-form textarea::-moz-placeholder {
	color: #cccccc;
}

footer.site-footer .contact-form input[type="text"]:-ms-input-placeholder,
footer.site-footer .contact-form input[type="email"]:-ms-input-placeholder,
footer.site-footer .contact-form textarea:-ms-input-placeholder {
	color: #cccccc;
}

footer.site-footer .contact-form input[type="text"]::-webkit-input-placeholder,
footer.site-footer .contact-form input[type="email"]::-webkit-input-placeholder,
footer.site-footer .contact-form textarea::-webkit-input-placeholder {
	color: #cccccc;
}

/* Blog
-------------------------------------------------------------- */
.blog-masonry h3.post-title {
	font-size: 16px;
	font-weight: normal;
}

.blog-post h3.post-title {
	display: block;
	margin: 20px 0 10px 0;
}

.blog-post h3.post-title a {
	color: #000;
	-moz-transition: color 0.15s;
	-o-transition: color 0.15s;
	-webkit-transition: color 0.15s;
	transition: color 0.15s;
}

.blog-post h3.post-title a:hover {
	color: #eb7a5c;
}

.blog-post .post-meta {
	margin-bottom: 15px;
}

.blog-post .post-meta span {
	text-transform: uppercase;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a2a2a2;
	margin-right: 25px;
}

.blog-post .post-meta span i {
	font-size: 12px;
	margin-right: 10px;
}

.blog-post .read-more {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

.post-inner p {
	margin-bottom: 20px;
}

/* Portfolio
-------------------------------------------------------------- */
.portfolio-post {
	overflow: hidden;
}

.portfolio-post .portfolio-box {
	position: relative;
	background: #f3f3f3;
	overflow: hidden;
	margin-bottom: 30px;
	display: block;
	z-index: 1;
}

.portfolio-post .portfolio-box .portfolio-hover {
	visibility: visible;
	opacity: 1;
}

.portfolio-post .portfolio-box .hover-info {
	visibility: visible;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.portfolio-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(27, 25, 25, 0.67);
	z-index: 2;
}

/*pdf*/
.portfolio-box1 {
	height: 270px;
	border: 1px solid #ccc;
}

.portfolio-box1:before {
	content: "";
	background: rgba(27, 25, 25, 0.67);
}

.portfolio-hover1 {
	position: relative;
}

.hover-info1 {
	position: absolute;
	top: 50%;
	left: 50%;

	transform: translate(-50%, -50%);
}

.portfolio-post1 {
	overflow: hidden;
	position: absolute;
	left: 0px;
}

.portfolio-post1 img {
	max-width: 100%;
	display: block;
	height: 260px;
	margin: 0 auto;
}

.portfolio-post1 .hover-info1 h3 {
	color: #000;
	font-size: 16px;
	font-weight: bolder;
	margin-top: 18px;
}

.try_parent {
	position: relative;
}

.try_child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 380px;
}

.portfolio-post .portfolio-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-moz-transition: all, 0.4s, ease-in-out;
	-o-transition: all, 0.4s, ease-in-out;
	-webkit-transition: all, 0.4s, ease-in-out;
	transition: all, 0.4s, ease-in-out;
}

.portfolio-post .hover-info {
	text-align: center;
	visibility: hidden;
	-moz-transform: translate3d(0, 20px, 0);
	-ms-transform: translate3d(0, 20px, 0);
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	position: absolute;
	/*width: 150px;*/
	top: 50%;
	bottom: 0;
	left: 0;
	padding: 120px 180px;
}

.portfolio-post .hover-info h3 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-top: 15px;
}

.portfolio-post .hover-info h5 {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

.portfolio-post .hover-info span {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
	height: 64px;
	display: block;
	background: url(assets/icon-video.png) no-repeat;
	background-position: center center;
}

.portfolio-post img {
	max-width: 100%;
	display: block;
}

.hover-info span {
	/*width: 64px;
	height: 64px;
	display: block;
	background: url(assets/img/icon-video.png) 0 0 no-repeat;*/
}

/* Team
-------------------------------------------------------------- */
.team-member {
	text-align: center;
}

@media (max-width: 992px) {
	.team-member {
		margin-bottom: 30px;
	}

	.lamp {
		height: 120px;
	}
}

.team-member .team-image {
	position: relative;
	overflow: hidden;
}

.team-image {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.team-member .team-image img {
	display: block;
	width: 100%;
}

.team-member .team-image .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.86);
	color: #000;
	padding: 40px 20px;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}

.team-member .team-image .hover a {
	color: #000;
	display: inline-block;
	font-size: 12px;
	margin: 5px 7px;
}

.team-member:hover .hover {
	opacity: 1;
	visibility: visible;
}

.team-member h4 {
	font-size: 16px;
	font-weight: normal;
}

.team-member span.role {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
}

/* Testimonials
-------------------------------------------------------------- */
.testimonials-wrapper .testimonial-item {
	padding-left: 80px;
	padding-right: 80px;
	margin-bottom: 30px;
	text-align: center;
}

.testimonials-wrapper .quote-icon {
	margin-bottom: 30px;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 20px;
	line-height: 40px;
}

.testimonials-wrapper .author-testimonial {
	margin-top: 30px;
	display: block;
}

.testimonials-wrapper .author-testimonial h3 {
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
}

.testimonials-wrapper .author-testimonial h3:after {
	content: "-";
	margin-left: 10px;
}

.testimonials-wrapper .author-testimonial span {
	color: #cccccc;
	margin-left: 5px;
}

/* Clients
-------------------------------------------------------------- */
.clients-wrapper .client-item {
	margin-right: 40px;
	margin-left: 40px;
	opacity: 0.5;
}

.clients-wrapper .client-item:hover {
	opacity: 1;
}

/* Services
-------------------------------------------------------------- */
.services-type-1 .s-title {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: normal;
}

.services-type-1 p {
	cursor: text;
}

.services-type-1 .service-post img {
	width: 100%;
}

@media (max-width: 992px) {
	.services-type-1 .service-post {
		margin-bottom: 30px;
	}
}

.services-type-2 .service-post {
	min-height: 210px;
	background: #fff;
	padding: 30px;
	text-align: center;
	cursor: inherit;
	position: relative;
	z-index: 12;
	margin-bottom: 30px;
	-moz-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.08);
	box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.08);
}

.services-type-2 .service-post:hover .s-hover {
	height: 100%;
}

.services-type-2 .service-post:hover .s-icon {
	border-color: #fff;
}

.services-type-2 .service-post:hover .s-icon i {
	color: #fff;
}

.services-type-2 .service-post:hover .s-title {
	color: #fff;
}

.services-type-2 .service-post:hover .s-description {
	color: #fff;
}

.services-type-2 .s-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 0px;
	background: #da251c;
	-moz-transition: width, 250ms;
	-o-transition: width, 250ms;
	-webkit-transition: width, 250ms;
	transition: width, 250ms;
}

.services-type-2 .s-content {
	position: relative;
	z-index: 13;
}

.services-type-2 .s-icon {
	margin: 10px 0 20px 0;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	border: 2px solid #da251c;
	margin-left: auto;
	margin-right: auto;
	line-height: 50px;
	-moz-transition: color, 250ms;
	-o-transition: color, 250ms;
	-webkit-transition: color, 250ms;
	transition: color, 250ms;
}

.services-type-2 .s-icon i {
	font-size: 18px;
	color: #da251c;
}

.services-type-2 .s-title {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
	-moz-transition: color, 250ms;
	-o-transition: color, 250ms;
	-webkit-transition: color, 250ms;
	transition: color, 250ms;
}

.services-type-2 .s-description {
	-moz-transition: color, 250ms;
	-o-transition: color, 250ms;
	-webkit-transition: color, 250ms;
	transition: color, 250ms;
}

/* Custom Page
-------------------------------------------------------------- */
.post-navigation {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.post-navigation .nav-prev {
	width: 50%;
	float: left;
}

.post-navigation .nav-next {
	width: 50%;
	float: right;
	text-align: right;
}

.post-navigation em {
	text-transform: uppercase;
	color: #a2a2a2;
	display: block;
	font-size: 12px;
}

.post-navigation span {
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	color: #000;
}

/* Portfolio
-------------------------------------------------------------- */
.portfolio-filter {
	text-align: center;
	margin-bottom: 60px;
}

.portfolio-filter a {
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	color: #a2a2a2;
	letter-spacing: 2px;
	margin: 10px 5px;
	border: 1px solid #ddd;
	padding: 10px 20px;
}

.portfolio-filter a.active {
	color: #eb7a5c;
	border-color: #eb7a5c;
}

.post-slider {
	background: #000;
}

.post-slider .bx-wrapper {
	margin-bottom: 0;
}

.post-slider .bx-wrapper .bx-pager {
	position: absolute;
	width: 100%;
	bottom: 20px;
}

.post-slider img {
	width: 100%;
}

.portfolio-header .portfolio-title {
	font-size: 45px;
	font-weight: 100;
	margin-bottom: 30px;
	letter-spacing: 6px;
}

.post-share a {
	display: inline-block;
	color: #a2a2a2;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	border: 1px solid #ddd;
	margin: 0 5px;
}

.post-share a:hover {
	color: #eb7a5c;
}

.post-share a:first-of-type {
	margin-left: 0;
}

/* Contact
-------------------------------------------------------------- */
.show-map-button {
	text-align: center;
	background: #da251c;
	padding: 30px 0;
}

.show-map-button a {
	cursor: pointer;
	display: block;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Open Sans", sans-serif;
}

#map-holder {
	width: 100%;
	height: 410px;
	z-index: 0;
	position: relative;
	display: none;
	/*-webkit-filter: grayscale(100%);*/
	/*filter: grayscale(100%); */
}

.map-tooltip {
	padding: 10px;
}

.map-tooltip h6 {
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	color: #000;
}

/* Homepage Widgets
-------------------------------------------------------------- */
/* Sidebar Widgets
-------------------------------------------------------------- */
.sidebar .widget-title {
	background: #f3f3f3;
	font-size: 13px;
	font-weight: normal;
	padding: 10px 15px;
	margin-bottom: 30px;
}

.sidebar .widget {
	margin-bottom: 70px;
}

.tag-link {
	margin: 0 7px 7px 0;
	border: 1px solid #ddd;
	color: #444 !important;
	display: inline-block;
	padding: 4px 7px;
}

.tag-link:hover {
	border-color: #b7b7b7;
}

.latest-posts .post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.latest-posts .post-thumb {
	width: 60px;
	float: left;
	margin-right: 15px;
}

.latest-posts .post-thumb img {
	width: 100%;
	display: block;
}

.latest-posts .post-content {
	overflow: hidden;
}

.latest-posts .post-content a {
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
}

.latest-posts .post-content a:hover {
	color: #eb7a5c;
}

.latest-posts .post-meta span {
	font-size: 12px;
	text-transform: uppercase;
	color: #a2a2a2;
}

.latest-posts .post-meta span i {
	margin-right: 8px;
}

.search-widget input[type="submit"] {
	display: none;
}

.search-widget .form-group,
.search-widget input {
	margin-bottom: 0;
}

.categories ul {
	margin: 0;
}

/* Footer Widgets
-------------------------------------------------------------- */
/* Comments
-------------------------------------------------------------- */
.post-comments {
	padding: 60px 0;
	border-bottom: 1px solid #ddd;
}

ul.comment-list {
	margin-top: 40px;
	list-style: none;
	padding: 0;
}

ul.comment-list .comment {
	margin-bottom: 20px;
}

ul.comment-list .children {
	margin-top: 40px;
}

ul.comment-list .comment-avatar {
	width: 66px;
	height: 66px;
	float: left;
	margin-right: 20px;
}

ul.comment-list .comment-avatar img {
	display: block;
}

ul.comment-list .comment-content {
	overflow: hidden;
}

ul.comment-list .comment-meta {
	margin-bottom: 15px;
}

ul.comment-list .comment-meta span {
	display: block;
}

ul.comment-list .comment-meta span.comment-author {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin-bottom: 5px;
}

ul.comment-list .comment-meta span.comment-metadata a {
	color: #a2a2a2 !important;
}

ul.comment-list .comment-meta span.comment-metadata a:after {
	content: "/";
	color: #a2a2a2;
	padding: 0 10px;
}

ul.comment-list .comment-meta span.comment-metadata a:last-child:after {
	content: "";
}

ul.comment-list li ul {
	list-style: none;
}

/* Comment Form
-------------------------------------------------------------- */
.comment-respond {
	padding: 60px 0;
	padding-bottom: 0;
}

.comment-form {
	margin-top: 50px;
}

/* Wordpress pre-defined styles
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

img {
	max-width: 100%;
	height: none;
	vertical-align: middle;
}

img.alighright {
	float: right;
	margin: 5px 0 20px 20px;
}

img.alignnone {
	margin: 5px 20px 20px 0;
}

img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption-text {
	color: black;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* Utility classes */



.m-0 {
	margin: 0!important
}

.m-1 {
	margin: .25rem!important
}

.m-2 {
	margin: .5rem!important
}

.m-3 {
	margin: 1rem!important
}

.m-4 {
	margin: 1.5rem!important
}

.m-5 {
	margin: 3rem!important
}

.m-auto {
	margin: auto!important
}

.mx-0 {
	margin-right: 0!important;
	margin-left: 0!important
}

.mx-1 {
	margin-right: .25rem!important;
	margin-left: .25rem!important
}

.mx-2 {
	margin-right: .5rem!important;
	margin-left: .5rem!important
}

.mx-3 {
	margin-right: 1rem!important;
	margin-left: 1rem!important
}

.mx-4 {
	margin-right: 1.5rem!important;
	margin-left: 1.5rem!important
}

.mx-5 {
	margin-right: 3rem!important;
	margin-left: 3rem!important
}

.mx-auto {
	margin-right: auto!important;
	margin-left: auto!important
}

.my-0 {
	margin-top: 0!important;
	margin-bottom: 0!important
}

.my-1 {
	margin-top: .25rem!important;
	margin-bottom: .25rem!important
}

.my-2 {
	margin-top: .5rem!important;
	margin-bottom: .5rem!important
}

.my-3 {
	margin-top: 1rem!important;
	margin-bottom: 1rem!important
}

.my-4 {
	margin-top: 1.5rem!important;
	margin-bottom: 1.5rem!important
}

.my-5 {
	margin-top: 3rem!important;
	margin-bottom: 3rem!important
}

.my-auto {
	margin-top: auto!important;
	margin-bottom: auto!important
}

.mt-0 {
	margin-top: 0!important
}

.mt-1 {
	margin-top: .25rem!important
}

.mt-2 {
	margin-top: .5rem!important
}

.mt-3 {
	margin-top: 1rem!important
}

.mt-4 {
	margin-top: 1.5rem!important
}

.mt-5 {
	margin-top: 3rem!important
}

.mt-auto {
	margin-top: auto!important
}

.me-0 {
	margin-right: 0!important
}

.me-1 {
	margin-right: .25rem!important
}

.me-2 {
	margin-right: .5rem!important
}

.me-3 {
	margin-right: 1rem!important
}

.me-4 {
	margin-right: 1.5rem!important
}

.me-5 {
	margin-right: 3rem!important
}

.me-auto {
	margin-right: auto!important
}

.mb-0 {
	margin-bottom: 0!important
}

.mb-1 {
	margin-bottom: .25rem!important
}

.mb-2 {
	margin-bottom: .5rem!important
}

.mb-3 {
	margin-bottom: 1rem!important
}

.mb-4 {
	margin-bottom: 1.5rem!important
}

.mb-5 {
	margin-bottom: 3rem!important
}

.mb-auto {
	margin-bottom: auto!important
}

.ms-0 {
	margin-left: 0!important
}

.ms-1 {
	margin-left: .25rem!important
}

.ms-2 {
	margin-left: .5rem!important
}

.ms-3 {
	margin-left: 1rem!important
}

.ms-4 {
	margin-left: 1.5rem!important
}

.ms-5 {
	margin-left: 3rem!important
}

.ms-auto {
	margin-left: auto!important
}

.p-0 {
	padding: 0!important
}

.p-1 {
	padding: .25rem!important
}

.p-2 {
	padding: .5rem!important
}

.p-3 {
	padding: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.p-5 {
	padding: 3rem!important
}

.px-0 {
	padding-right: 0!important;
	padding-left: 0!important
}

.px-1 {
	padding-right: .25rem!important;
	padding-left: .25rem!important
}

.px-2 {
	padding-right: .5rem!important;
	padding-left: .5rem!important
}

.px-3 {
	padding-right: 1rem!important;
	padding-left: 1rem!important
}

.px-4 {
	padding-right: 1.5rem!important;
	padding-left: 1.5rem!important
}

.px-5 {
	padding-right: 3rem!important;
	padding-left: 3rem!important
}

.py-0 {
	padding-top: 0!important;
	padding-bottom: 0!important
}

.py-1 {
	padding-top: .25rem!important;
	padding-bottom: .25rem!important
}

.py-2 {
	padding-top: .5rem!important;
	padding-bottom: .5rem!important
}

.py-3 {
	padding-top: 1rem!important;
	padding-bottom: 1rem!important
}

.py-4 {
	padding-top: 1.5rem!important;
	padding-bottom: 1.5rem!important
}

.py-5 {
	padding-top: 3rem!important;
	padding-bottom: 3rem!important
}

.pt-0 {
	padding-top: 0!important
}

.pt-1 {
	padding-top: .25rem!important
}

.pt-2 {
	padding-top: .5rem!important
}

.pt-3 {
	padding-top: 1rem!important
}

.pt-4 {
	padding-top: 1.5rem!important
}

.pt-5 {
	padding-top: 3rem!important
}

.pe-0 {
	padding-right: 0!important
}

.pe-1 {
	padding-right: .25rem!important
}

.pe-2 {
	padding-right: .5rem!important
}

.pe-3 {
	padding-right: 1rem!important
}

.pe-4 {
	padding-right: 1.5rem!important
}

.pe-5 {
	padding-right: 3rem!important
}

.pb-0 {
	padding-bottom: 0!important
}

.pb-1 {
	padding-bottom: .25rem!important
}

.pb-2 {
	padding-bottom: .5rem!important
}

.pb-3 {
	padding-bottom: 1rem!important
}

.pb-4 {
	padding-bottom: 1.5rem!important
}

.pb-5 {
	padding-bottom: 3rem!important
}

.ps-0 {
	padding-left: 0!important
}

.ps-1 {
	padding-left: .25rem!important
}

.ps-2 {
	padding-left: .5rem!important
}

.ps-3 {
	padding-left: 1rem!important
}

.ps-4 {
	padding-left: 1.5rem!important
}

.ps-5 {
	padding-left: 3rem!important
}

/*# sourceMappingURL=style.css.map */
